DestinationXYZ Constructor(Int32,Nullable<Single>,Nullable<Single>)
In This Topic
Initializes a new instance of the
DestinationXYZ class.
Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Single), _
ByVal As System.Nullable(Of Single) _
)
public DestinationXYZ(
System.int ,
System.Nullable<float> ,
System.Nullable<float>
)
Parameters
- pageIndex
- The target page index.
- left
- The left coordinate of the document window.
- pdfTop
- The top coordinate of the document window relative to the bottom of the page.
See Also